Skip to content

Porting 2025-06-19 #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 20, 2025
Merged

Porting 2025-06-19 #388

merged 2 commits into from
Jun 20, 2025

Conversation

elieux
Copy link
Member

@elieux elieux commented Jun 19, 2025

`x86_64-pc-msys` | 64-bit msys2 (old style) | Build scripts (`if [ $host = '...' ]`)
`i686-pc-msys` | 32-bit msys2 (old style) | Build scripts (`if [ $host = '...' ]`)
`x86_64-pc-cygwin` | 64-bit msys2 (new style) | Build scripts (`if [ $host = '...' ]`)
`i686-pc-cygwin` | 32-bit msys2 (new style) | Build scripts (`if [ $host = '...' ]`)
`x86_64-w64-mingw32` | 64-bit mingw | Build scripts (`if [ $host = '...' ]`)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add aarch64-* targets :-D.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to! You probably know those much better.

@lyrra
Copy link

lyrra commented Jun 19, 2025

Thanks!

@lazka lazka merged commit 728d008 into main Jun 20, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants